home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / MM9530B1.EXE / _SETUP.1 / midimac3.exe / 0 / RCDATA / TSETUPFORM / TSETUPFORM.txt < prev   
Text File  |  1997-02-01  |  11KB  |  468 lines

  1. object SetupForm: TSetupForm
  2.   Left = 556
  3.   Top = 98
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Setup Options'
  9.   ClientHeight = 273
  10.   ClientWidth = 427
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object TabbedNotebook1: TTabbedNotebook
  21.     Left = 0
  22.     Top = 0
  23.     Width = 427
  24.     Height = 273
  25.     Align = alClient
  26.     TabFont.Color = clBtnText
  27.     TabFont.Height = -12
  28.     TabFont.Name = 'MS Sans Serif'
  29.     TabFont.Style = []
  30.     TabOrder = 0
  31.     object TTabPage
  32.       Left = 4
  33.       Top = 27
  34.       Caption = 'General'
  35.       object Label12: TLabel
  36.         Left = 8
  37.         Top = 16
  38.         Width = 203
  39.         Height = 16
  40.         Caption = 'Allow Drag&&Drop Items to Queue?'
  41.         Font.Color = clBlack
  42.         Font.Height = -13
  43.         Font.Name = 'MS Sans Serif'
  44.         Font.Style = []
  45.         ParentFont = False
  46.       end
  47.       object visualoptDragDrop: TComboBox
  48.         Left = 256
  49.         Top = 13
  50.         Width = 145
  51.         Height = 24
  52.         Style = csDropDownList
  53.         Font.Color = clBlack
  54.         Font.Height = -13
  55.         Font.Name = 'MS Sans Serif'
  56.         Font.Style = []
  57.         ItemHeight = 16
  58.         Items.Strings = (
  59.           'Yes'
  60.           'No')
  61.         ParentFont = False
  62.         TabOrder = 0
  63.       end
  64.     end
  65.     object TTabPage
  66.       Left = 4
  67.       Top = 27
  68.       Caption = 'Display'
  69.       object Label7: TLabel
  70.         Left = 8
  71.         Top = 16
  72.         Width = 176
  73.         Height = 16
  74.         Caption = 'Display song length/position?'
  75.         Font.Color = clBlack
  76.         Font.Height = -13
  77.         Font.Name = 'MS Sans Serif'
  78.         Font.Style = []
  79.         ParentFont = False
  80.       end
  81.       object Label9: TLabel
  82.         Left = 8
  83.         Top = 48
  84.         Width = 237
  85.         Height = 16
  86.         Caption = 'Display Queue Position Moving Hands?'
  87.         Font.Color = clBlack
  88.         Font.Height = -13
  89.         Font.Name = 'MS Sans Serif'
  90.         Font.Style = []
  91.         ParentFont = False
  92.       end
  93.       object Label10: TLabel
  94.         Left = 8
  95.         Top = 112
  96.         Width = 239
  97.         Height = 16
  98.         Caption = 'Force-Show Queue When Items Added?'
  99.         Font.Color = clBlack
  100.         Font.Height = -13
  101.         Font.Name = 'MS Sans Serif'
  102.         Font.Style = []
  103.         ParentFont = False
  104.       end
  105.       object Label11: TLabel
  106.         Left = 8
  107.         Top = 80
  108.         Width = 218
  109.         Height = 16
  110.         Caption = 'Display Toolbar always as Docked?'
  111.         Font.Color = clBlack
  112.         Font.Height = -13
  113.         Font.Name = 'MS Sans Serif'
  114.         Font.Style = []
  115.         ParentFont = False
  116.       end
  117.       object Label13: TLabel
  118.         Left = 8
  119.         Top = 144
  120.         Width = 149
  121.         Height = 16
  122.         Caption = 'Show the Animated Icon?'
  123.         Font.Color = clBlack
  124.         Font.Height = -13
  125.         Font.Name = 'MS Sans Serif'
  126.         Font.Style = []
  127.         ParentFont = False
  128.       end
  129.       object visualoptDisplayTime: TComboBox
  130.         Left = 256
  131.         Top = 13
  132.         Width = 145
  133.         Height = 24
  134.         Style = csDropDownList
  135.         Font.Color = clBlack
  136.         Font.Height = -13
  137.         Font.Name = 'MS Sans Serif'
  138.         Font.Style = []
  139.         ItemHeight = 16
  140.         Items.Strings = (
  141.           'Yes'
  142.           'No')
  143.         ParentFont = False
  144.         TabOrder = 0
  145.       end
  146.       object visualoptDisplayQueueHands: TComboBox
  147.         Left = 256
  148.         Top = 45
  149.         Width = 145
  150.         Height = 24
  151.         Style = csDropDownList
  152.         Font.Color = clBlack
  153.         Font.Height = -13
  154.         Font.Name = 'MS Sans Serif'
  155.         Font.Style = []
  156.         ItemHeight = 16
  157.         Items.Strings = (
  158.           'Yes'
  159.           'No')
  160.         ParentFont = False
  161.         TabOrder = 1
  162.       end
  163.       object VisualOptForceToolbarDock: TComboBox
  164.         Left = 256
  165.         Top = 77
  166.         Width = 145
  167.         Height = 24
  168.         Style = csDropDownList
  169.         Font.Color = clBlack
  170.         Font.Height = -13
  171.         Font.Name = 'MS Sans Serif'
  172.         Font.Style = []
  173.         ItemHeight = 16
  174.         Items.Strings = (
  175.           'Yes'
  176.           'No')
  177.         ParentFont = False
  178.         TabOrder = 2
  179.       end
  180.       object visualOptShowQueueItemsAdded: TComboBox
  181.         Left = 256
  182.         Top = 109
  183.         Width = 145
  184.         Height = 24
  185.         Style = csDropDownList
  186.         Font.Color = clBlack
  187.         Font.Height = -13
  188.         Font.Name = 'MS Sans Serif'
  189.         Font.Style = []
  190.         ItemHeight = 16
  191.         Items.Strings = (
  192.           'Yes'
  193.           'No')
  194.         ParentFont = False
  195.         TabOrder = 3
  196.       end
  197.       object visualoptShowAnimatedIcon: TComboBox
  198.         Left = 256
  199.         Top = 141
  200.         Width = 145
  201.         Height = 24
  202.         Style = csDropDownList
  203.         Font.Color = clBlack
  204.         Font.Height = -13
  205.         Font.Name = 'MS Sans Serif'
  206.         Font.Style = []
  207.         ItemHeight = 16
  208.         Items.Strings = (
  209.           'Yes'
  210.           'No')
  211.         ParentFont = False
  212.         TabOrder = 4
  213.       end
  214.     end
  215.     object TTabPage
  216.       Left = 4
  217.       Top = 27
  218.       Caption = 'Confirm'
  219.       object Label1: TLabel
  220.         Left = 8
  221.         Top = 24
  222.         Width = 246
  223.         Height = 16
  224.         Caption = 'On Album Open when Queue is not Empty'
  225.         Font.Color = clBlack
  226.         Font.Height = -13
  227.         Font.Name = 'MS Sans Serif'
  228.         Font.Style = []
  229.         ParentFont = False
  230.       end
  231.       object Label2: TLabel
  232.         Left = 8
  233.         Top = 56
  234.         Width = 197
  235.         Height = 16
  236.         Caption = 'On Removing Item(s) from Queue'
  237.         Font.Color = clBlack
  238.         Font.Height = -13
  239.         Font.Name = 'MS Sans Serif'
  240.         Font.Style = []
  241.         ParentFont = False
  242.       end
  243.       object Label5: TLabel
  244.         Left = 8
  245.         Top = 88
  246.         Width = 188
  247.         Height = 16
  248.         Caption = 'On Permanently Deleting File(s)'
  249.         Font.Color = clBlack
  250.         Font.Height = -13
  251.         Font.Name = 'MS Sans Serif'
  252.         Font.Style = []
  253.         ParentFont = False
  254.       end
  255.       object Label6: TLabel
  256.         Left = 8
  257.         Top = 120
  258.         Width = 226
  259.         Height = 16
  260.         Caption = 'On Exiting When Multimedia is Playing'
  261.         Font.Color = clBlack
  262.         Font.Height = -13
  263.         Font.Name = 'MS Sans Serif'
  264.         Font.Style = []
  265.         ParentFont = False
  266.       end
  267.       object VisualoptConfirmOpenWhenQueueNotEmpty: TComboBox
  268.         Left = 256
  269.         Top = 21
  270.         Width = 145
  271.         Height = 24
  272.         Style = csDropDownList
  273.         Font.Color = clBlack
  274.         Font.Height = -13
  275.         Font.Name = 'MS Sans Serif'
  276.         Font.Style = []
  277.         ItemHeight = 16
  278.         Items.Strings = (
  279.           'Yes'
  280.           'No')
  281.         ParentFont = False
  282.         TabOrder = 0
  283.       end
  284.       object visualoptConfirmWhenRemovingfromQueue: TComboBox
  285.         Left = 256
  286.         Top = 53
  287.         Width = 145
  288.         Height = 24
  289.         Style = csDropDownList
  290.         Font.Color = clBlack
  291.         Font.Height = -13
  292.         Font.Name = 'MS Sans Serif'
  293.         Font.Style = []
  294.         ItemHeight = 16
  295.         Items.Strings = (
  296.           'Yes'
  297.           'No')
  298.         ParentFont = False
  299.         TabOrder = 1
  300.       end
  301.       object visualoptConfirmDeleteFile: TComboBox
  302.         Left = 256
  303.         Top = 84
  304.         Width = 145
  305.         Height = 24
  306.         Style = csDropDownList
  307.         Font.Color = clBlack
  308.         Font.Height = -13
  309.         Font.Name = 'MS Sans Serif'
  310.         Font.Style = []
  311.         ItemHeight = 16
  312.         Items.Strings = (
  313.           'Yes'
  314.           'No')
  315.         ParentFont = False
  316.         TabOrder = 2
  317.       end
  318.       object visualoptPromptOnExitWhenMultimediaActive: TComboBox
  319.         Left = 256
  320.         Top = 116
  321.         Width = 145
  322.         Height = 24
  323.         Style = csDropDownList
  324.         Font.Color = clBlack
  325.         Font.Height = -13
  326.         Font.Name = 'MS Sans Serif'
  327.         Font.Style = []
  328.         ItemHeight = 16
  329.         Items.Strings = (
  330.           'Yes'
  331.           'No')
  332.         ParentFont = False
  333.         TabOrder = 3
  334.       end
  335.     end
  336.     object TTabPage
  337.       Left = 4
  338.       Top = 27
  339.       Caption = 'CD'
  340.       object Label8: TLabel
  341.         Left = 8
  342.         Top = 16
  343.         Width = 188
  344.         Height = 16
  345.         Caption = 'Seek CD Information at Startup?'
  346.         Font.Color = clBlack
  347.         Font.Height = -13
  348.         Font.Name = 'MS Sans Serif'
  349.         Font.Style = []
  350.         ParentFont = False
  351.       end
  352.       object visualoptautoseekcdstart: TComboBox
  353.         Left = 256
  354.         Top = 13
  355.         Width = 145
  356.         Height = 24
  357.         Style = csDropDownList
  358.         Font.Color = clBlack
  359.         Font.Height = -13
  360.         Font.Name = 'MS Sans Serif'
  361.         Font.Style = []
  362.         ItemHeight = 16
  363.         Items.Strings = (
  364.           'Yes'
  365.           'No')
  366.         ParentFont = False
  367.         TabOrder = 0
  368.       end
  369.     end
  370.     object TTabPage
  371.       Left = 4
  372.       Top = 27
  373.       Caption = 'Default Album'
  374.       object Label3: TLabel
  375.         Left = 8
  376.         Top = 16
  377.         Width = 257
  378.         Height = 16
  379.         Caption = 'Save Queue to Default Album when exiting?'
  380.         Font.Color = clBlack
  381.         Font.Height = -13
  382.         Font.Name = 'MS Sans Serif'
  383.         Font.Style = []
  384.         ParentFont = False
  385.       end
  386.       object Label4: TLabel
  387.         Left = 8
  388.         Top = 48
  389.         Width = 271
  390.         Height = 16
  391.         Caption = 'Load Default Alb. when starting Midi Machine?'
  392.         Font.Color = clBlack
  393.         Font.Height = -13
  394.         Font.Name = 'MS Sans Serif'
  395.         Font.Style = []
  396.         ParentFont = False
  397.       end
  398.       object visualoptSaveDefaultAlbumWhenDone: TComboBox
  399.         Left = 288
  400.         Top = 14
  401.         Width = 113
  402.         Height = 24
  403.         Style = csDropDownList
  404.         Font.Color = clBlack
  405.         Font.Height = -13
  406.         Font.Name = 'MS Sans Serif'
  407.         Font.Style = []
  408.         ItemHeight = 16
  409.         Items.Strings = (
  410.           'Yes'
  411.           'No'
  412.           'Prompt')
  413.         ParentFont = False
  414.         TabOrder = 0
  415.       end
  416.       object visualoptLoadDefaultAlbumWhenStart: TComboBox
  417.         Left = 288
  418.         Top = 45
  419.         Width = 113
  420.         Height = 24
  421.         Style = csDropDownList
  422.         Font.Color = clBlack
  423.         Font.Height = -13
  424.         Font.Name = 'MS Sans Serif'
  425.         Font.Style = []
  426.         ItemHeight = 16
  427.         Items.Strings = (
  428.           'Yes'
  429.           'No'
  430.           'Prompt')
  431.         ParentFont = False
  432.         TabOrder = 1
  433.       end
  434.     end
  435.   end
  436.   object OKBtn: TBitBtn
  437.     Left = 88
  438.     Top = 234
  439.     Width = 77
  440.     Height = 27
  441.     Font.Color = clBlack
  442.     Font.Height = -11
  443.     Font.Name = 'MS Sans Serif'
  444.     Font.Style = [fsBold]
  445.     ParentFont = False
  446.     TabOrder = 1
  447.     OnClick = OKBtnClick
  448.     Kind = bkOK
  449.     Margin = 2
  450.     Spacing = -1
  451.   end
  452.   object CancelBtn: TBitBtn
  453.     Left = 256
  454.     Top = 234
  455.     Width = 77
  456.     Height = 27
  457.     Font.Color = clBlack
  458.     Font.Height = -11
  459.     Font.Name = 'MS Sans Serif'
  460.     Font.Style = [fsBold]
  461.     ParentFont = False
  462.     TabOrder = 2
  463.     Kind = bkCancel
  464.     Margin = 2
  465.     Spacing = -1
  466.   end
  467. end
  468.